Class: Aws::Types::PutProtocolsListResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutProtocolsListResponse
- 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.
969 970 971 |
# File 'sig/types.rbs', line 969 def protocols_list @protocols_list end |
#protocols_list_arn ⇒ ::String
Returns the value of attribute protocols_list_arn.
970 971 972 |
# File 'sig/types.rbs', line 970 def protocols_list_arn @protocols_list_arn end |