Class: Aws::Types::PackagingGroup
- Inherits:
-
Object
- Object
- Aws::Types::PackagingGroup
- 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.
419 420 421 |
# File 'sig/types.rbs', line 419 def approximate_asset_count @approximate_asset_count end |
#arn ⇒ ::String
Returns the value of attribute arn.
420 421 422 |
# File 'sig/types.rbs', line 420 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
421 422 423 |
# File 'sig/types.rbs', line 421 def @authorization end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
422 423 424 |
# File 'sig/types.rbs', line 422 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
423 424 425 |
# File 'sig/types.rbs', line 423 def domain_name @domain_name end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
424 425 426 |
# File 'sig/types.rbs', line 424 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
425 426 427 |
# File 'sig/types.rbs', line 425 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
426 427 428 |
# File 'sig/types.rbs', line 426 def @tags end |