Class: Aws::Lightsail::Types::GetContactMethodsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_methodsArray<Types::ContactMethod>

An array of objects that describe the contact methods.

Returns:



7137
7138
7139
7140
7141
# File 'lib/aws-sdk-lightsail/types.rb', line 7137

class GetContactMethodsResult < Struct.new(
  :contact_methods)
  SENSITIVE = []
  include Aws::Structure
end