Class: Aws::Types::PathStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::PathStatementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#packet_header_statement ⇒ Types::PacketHeaderStatementRequest
Returns the value of attribute packet_header_statement.
-
#resource_statement ⇒ Types::ResourceStatementRequest
Returns the value of attribute resource_statement.
Instance Attribute Details
#packet_header_statement ⇒ Types::PacketHeaderStatementRequest
Returns the value of attribute packet_header_statement.
15043 15044 15045 |
# File 'sig/types.rbs', line 15043 def packet_header_statement @packet_header_statement end |
#resource_statement ⇒ Types::ResourceStatementRequest
Returns the value of attribute resource_statement.
15044 15045 15046 |
# File 'sig/types.rbs', line 15044 def resource_statement @resource_statement end |