Class: Aws::Types::ProtocolsListData

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:



911
912
913
# File 'sig/types.rbs', line 911

def create_time
  @create_time
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def last_update_time
  @last_update_time
end

#list_id::String

Returns the value of attribute list_id.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def list_id
  @list_id
end

#list_name::String

Returns the value of attribute list_name.

Returns:



909
910
911
# File 'sig/types.rbs', line 909

def list_name
  @list_name
end

#list_update_token::String

Returns the value of attribute list_update_token.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def list_update_token
  @list_update_token
end

#previous_protocols_list::Hash[::String, ::Array[::String]]

Returns the value of attribute previous_protocols_list.

Returns:



914
915
916
# File 'sig/types.rbs', line 914

def previous_protocols_list
  @previous_protocols_list
end

#protocols_list::Array[::String]

Returns the value of attribute protocols_list.

Returns:



913
914
915
# File 'sig/types.rbs', line 913

def protocols_list
  @protocols_list
end