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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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:



6988
6989
6990
6991
6992
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6988

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