Class: Aws::Odb::Types::CustomerContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CustomerContact
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
Constant Summary collapse
- SENSITIVE =
[:email]
Instance Attribute Summary collapse
-
#email ⇒ String
The email address of the contact.
Instance Attribute Details
#email ⇒ String
The email address of the contact.
2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2385 class CustomerContact < Struct.new( :email) SENSITIVE = [:email] include Aws::Structure end |