Class: Aws::Types::PutContactInformationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutContactInformationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#contact_information ⇒ Types::ContactInformation
Returns the value of attribute contact_information.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def account_id @account_id end |
#contact_information ⇒ Types::ContactInformation
Returns the value of attribute contact_information.
193 194 195 |
# File 'sig/types.rbs', line 193 def contact_information @contact_information end |