Class: Aws::Types::EmailAddressSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3199
3200
3201
# File 'sig/types.rbs', line 3199

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3198
3199
3200
# File 'sig/types.rbs', line 3198

def id
  @id
end

#is_default_outbound_emailBoolean

Returns the value of attribute is_default_outbound_email.

Returns:

  • (Boolean)


3200
3201
3202
# File 'sig/types.rbs', line 3200

def is_default_outbound_email
  @is_default_outbound_email
end