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)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def email_address
  @email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def instance_id
  @instance_id
end

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

Returns the value of attribute tags.

Returns:

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


1503
1504
1505
# File 'sig/types.rbs', line 1503

def tags
  @tags
end