Class: Aws::Types::AddressList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_arn::String

Returns the value of attribute address_list_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def address_list_arn
  @address_list_arn
end

#address_list_id::String

Returns the value of attribute address_list_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def address_list_id
  @address_list_id
end

#address_list_name::String

Returns the value of attribute address_list_name.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def address_list_name
  @address_list_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def created_timestamp
  @created_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


49
50
51
# File 'sig/types.rbs', line 49

def last_updated_timestamp
  @last_updated_timestamp
end