Class: Aws::Types::GetProtocolsListResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProtocolsListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#protocols_list ⇒ Types::ProtocolsListData
Returns the value of attribute protocols_list.
-
#protocols_list_arn ⇒ ::String
Returns the value of attribute protocols_list_arn.
Instance Attribute Details
#protocols_list ⇒ Types::ProtocolsListData
Returns the value of attribute protocols_list.
431 432 433 |
# File 'sig/types.rbs', line 431 def protocols_list @protocols_list end |
#protocols_list_arn ⇒ ::String
Returns the value of attribute protocols_list_arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def protocols_list_arn @protocols_list_arn end |