Class: Aws::Types::DescribeEmailAddressResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#alias_configurations::Array[Types::AliasConfiguration]

Returns the value of attribute alias_configurations.

Returns:



2628
2629
2630
# File 'sig/types.rbs', line 2628

def alias_configurations
  @alias_configurations
end

#create_timestamp::String

Returns the value of attribute create_timestamp.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def create_timestamp
  @create_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def email_address
  @email_address
end

#email_address_arn::String

Returns the value of attribute email_address_arn.

Returns:

  • (::String)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def email_address_arn
  @email_address_arn
end

#email_address_id::String

Returns the value of attribute email_address_id.

Returns:

  • (::String)


2621
2622
2623
# File 'sig/types.rbs', line 2621

def email_address_id
  @email_address_id
end

#modified_timestamp::String

Returns the value of attribute modified_timestamp.

Returns:

  • (::String)


2627
2628
2629
# File 'sig/types.rbs', line 2627

def modified_timestamp
  @modified_timestamp
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2629
2630
2631
# File 'sig/types.rbs', line 2629

def tags
  @tags
end