Class: Aws::Types::PutAlternateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :title, :email_address, :phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def 
  @account_id
end

#alternate_contact_type"BILLING", ...

Returns the value of attribute alternate_contact_type.

Returns:

  • ("BILLING", "OPERATIONS", "SECURITY")


187
188
189
# File 'sig/types.rbs', line 187

def alternate_contact_type
  @alternate_contact_type
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def email_address
  @email_address
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def name
  @name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def phone_number
  @phone_number
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def title
  @title
end