Class: Aws::Lightsail::Types::GetContactMethodsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContactMethodsResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_methods ⇒ Array<Types::ContactMethod>
An array of objects that describe the contact methods.
Instance Attribute Details
#contact_methods ⇒ Array<Types::ContactMethod>
An array of objects that describe the contact methods.
6950 6951 6952 6953 6954 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6950 class GetContactMethodsResult < Struct.new( :contact_methods) SENSITIVE = [] include Aws::Structure end |