Class: Aws::Types::ContactMethod
- Inherits:
-
Object
- Object
- Aws::Types::ContactMethod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#contact_endpoint ⇒ ::String
Returns the value of attribute contact_endpoint.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol ⇒ "Email", "SMS"
Returns the value of attribute protocol.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#status ⇒ "PendingVerification", ...
Returns the value of attribute status.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
376 377 378 |
# File 'sig/types.rbs', line 376 def arn @arn end |
#contact_endpoint ⇒ ::String
Returns the value of attribute contact_endpoint.
372 373 374 |
# File 'sig/types.rbs', line 372 def contact_endpoint @contact_endpoint end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
377 378 379 |
# File 'sig/types.rbs', line 377 def created_at @created_at end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
378 379 380 |
# File 'sig/types.rbs', line 378 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
375 376 377 |
# File 'sig/types.rbs', line 375 def name @name end |
#protocol ⇒ "Email", "SMS"
Returns the value of attribute protocol.
374 375 376 |
# File 'sig/types.rbs', line 374 def protocol @protocol end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
379 380 381 |
# File 'sig/types.rbs', line 379 def resource_type @resource_type end |
#status ⇒ "PendingVerification", ...
Returns the value of attribute status.
373 374 375 |
# File 'sig/types.rbs', line 373 def status @status end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
380 381 382 |
# File 'sig/types.rbs', line 380 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
381 382 383 |
# File 'sig/types.rbs', line 381 def end |