Class: Aws::Lightsail::Types::GetContactMethodsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContactMethodsResult
- Includes:
- Structure
- Defined in:
- 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.
6988 6989 6990 6991 6992 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6988 class GetContactMethodsResult < Struct.new( :contact_methods) SENSITIVE = [] include Aws::Structure end |