Class: Aws::Types::UpdatePackagingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackagingGroupResponse
- 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.
503 504 505 |
# File 'sig/types.rbs', line 503 def approximate_asset_count @approximate_asset_count end |
#arn ⇒ ::String
Returns the value of attribute arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
505 506 507 |
# File 'sig/types.rbs', line 505 def end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
506 507 508 |
# File 'sig/types.rbs', line 506 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
507 508 509 |
# File 'sig/types.rbs', line 507 def domain_name @domain_name end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
508 509 510 |
# File 'sig/types.rbs', line 508 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
509 510 511 |
# File 'sig/types.rbs', line 509 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
510 511 512 |
# File 'sig/types.rbs', line 510 def end |