Class: Aws::Types::PathStatement
- Inherits:
-
Object
- Object
- Aws::Types::PathStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#packet_header_statement ⇒ Types::PacketHeaderStatement
Returns the value of attribute packet_header_statement.
-
#resource_statement ⇒ Types::ResourceStatement
Returns the value of attribute resource_statement.
Instance Attribute Details
#packet_header_statement ⇒ Types::PacketHeaderStatement
Returns the value of attribute packet_header_statement.
15334 15335 15336 |
# File 'sig/types.rbs', line 15334 def packet_header_statement @packet_header_statement end |
#resource_statement ⇒ Types::ResourceStatement
Returns the value of attribute resource_statement.
15335 15336 15337 |
# File 'sig/types.rbs', line 15335 def resource_statement @resource_statement end |