Class: Aws::Types::DescribePackagingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackagingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_asset_count ⇒ ::Integer
Returns the value of attribute approximate_asset_count.
-
#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
#approximate_asset_count ⇒ ::Integer
Returns the value of attribute approximate_asset_count.
252 253 254 |
# File 'sig/types.rbs', line 252 def approximate_asset_count @approximate_asset_count end |
#arn ⇒ ::String
Returns the value of attribute arn.
253 254 255 |
# File 'sig/types.rbs', line 253 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
254 255 256 |
# File 'sig/types.rbs', line 254 def @authorization end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
255 256 257 |
# File 'sig/types.rbs', line 255 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def domain_name @domain_name end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
257 258 259 |
# File 'sig/types.rbs', line 257 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
258 259 260 |
# File 'sig/types.rbs', line 258 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
259 260 261 |
# File 'sig/types.rbs', line 259 def @tags end |