Class: Aws::Types::PutProtocolsListRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProtocolsListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#protocols_list ⇒ Types::ProtocolsListData
Returns the value of attribute protocols_list.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#protocols_list ⇒ Types::ProtocolsListData
Returns the value of attribute protocols_list.
963 964 965 |
# File 'sig/types.rbs', line 963 def protocols_list @protocols_list end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
964 965 966 |
# File 'sig/types.rbs', line 964 def tag_list @tag_list end |