Class: Aws::Types::ProtocolsListData
- Inherits:
-
Object
- Object
- Aws::Types::ProtocolsListData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#list_id ⇒ ::String
Returns the value of attribute list_id.
-
#list_name ⇒ ::String
Returns the value of attribute list_name.
-
#list_update_token ⇒ ::String
Returns the value of attribute list_update_token.
-
#previous_protocols_list ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute previous_protocols_list.
-
#protocols_list ⇒ ::Array[::String]
Returns the value of attribute protocols_list.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
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.
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.
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.
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.
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.
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.
913 914 915 |
# File 'sig/types.rbs', line 913 def protocols_list @protocols_list end |