Class: Aws::Types::EmailAddressMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address, :description, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_configurations::Array[Types::AliasConfiguration]

Returns the value of attribute alias_configurations.

Returns:



3217
3218
3219
# File 'sig/types.rbs', line 3217

def alias_configurations
  @alias_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3215
3216
3217
# File 'sig/types.rbs', line 3215

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


3214
3215
3216
# File 'sig/types.rbs', line 3214

def email_address
  @email_address
end

#email_address_arn::String

Returns the value of attribute email_address_arn.

Returns:

  • (::String)


3213
3214
3215
# File 'sig/types.rbs', line 3213

def email_address_arn
  @email_address_arn
end

#email_address_id::String

Returns the value of attribute email_address_id.

Returns:

  • (::String)


3212
3213
3214
# File 'sig/types.rbs', line 3212

def email_address_id
  @email_address_id
end