Class: Aws::Types::ProtocolsListDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProtocolsListDataSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_arn ⇒ ::String
Returns the value of attribute list_arn.
-
#list_id ⇒ ::String
Returns the value of attribute list_id.
-
#list_name ⇒ ::String
Returns the value of attribute list_name.
-
#protocols_list ⇒ ::Array[::String]
Returns the value of attribute protocols_list.
Instance Attribute Details
#list_arn ⇒ ::String
Returns the value of attribute list_arn.
919 920 921 |
# File 'sig/types.rbs', line 919 def list_arn @list_arn end |
#list_id ⇒ ::String
Returns the value of attribute list_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def list_id @list_id end |
#list_name ⇒ ::String
Returns the value of attribute list_name.
921 922 923 |
# File 'sig/types.rbs', line 921 def list_name @list_name end |
#protocols_list ⇒ ::Array[::String]
Returns the value of attribute protocols_list.
922 923 924 |
# File 'sig/types.rbs', line 922 def protocols_list @protocols_list end |