Class: Aws::Types::PackagingGroupCreateParameters
- Inherits:
-
Object
- Object
- Aws::Types::PackagingGroupCreateParameters
- 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.
431 432 433 |
# File 'sig/types.rbs', line 431 def @authorization end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
432 433 434 |
# File 'sig/types.rbs', line 432 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
433 434 435 |
# File 'sig/types.rbs', line 433 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
434 435 436 |
# File 'sig/types.rbs', line 434 def @tags end |