Class: Aws::NotificationsContacts::Types::GetEmailContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the email contact to get.

Returns:

  • (String)


181
182
183
184
185
# File 'lib/aws-sdk-notificationscontacts/types.rb', line 181

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