Class: Aws::Types::CreateEmailAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def email_address
  @email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def instance_id
  @instance_id
end

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

Returns the value of attribute tags.

Returns:

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


1484
1485
1486
# File 'sig/types.rbs', line 1484

def tags
  @tags
end