Class: Aws::Types::CreatePackagingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackagingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
142 143 144 |
# File 'sig/types.rbs', line 142 def @authorization end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
143 144 145 |
# File 'sig/types.rbs', line 143 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
144 145 146 |
# File 'sig/types.rbs', line 144 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
145 146 147 |
# File 'sig/types.rbs', line 145 def @tags end |