Class: Aws::Types::CreatePackagingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackagingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
151 152 153 |
# File 'sig/types.rbs', line 151 def end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
152 153 154 |
# File 'sig/types.rbs', line 152 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def domain_name @domain_name end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
154 155 156 |
# File 'sig/types.rbs', line 154 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
155 156 157 |
# File 'sig/types.rbs', line 155 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
156 157 158 |
# File 'sig/types.rbs', line 156 def end |