Class: Aws::Types::DomainDescription
- Inherits:
-
Object
- Object
- Aws::Types::DomainDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_size_bytes ⇒ ::Integer
Returns the value of attribute asset_size_bytes.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#repository_count ⇒ ::Integer
Returns the value of attribute repository_count.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
-
#status ⇒ "Active", "Deleted"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
308 309 310 |
# File 'sig/types.rbs', line 308 def arn @arn end |
#asset_size_bytes ⇒ ::Integer
Returns the value of attribute asset_size_bytes.
313 314 315 |
# File 'sig/types.rbs', line 313 def asset_size_bytes @asset_size_bytes end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
310 311 312 |
# File 'sig/types.rbs', line 310 def created_time @created_time end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
311 312 313 |
# File 'sig/types.rbs', line 311 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
306 307 308 |
# File 'sig/types.rbs', line 306 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
307 308 309 |
# File 'sig/types.rbs', line 307 def owner @owner end |
#repository_count ⇒ ::Integer
Returns the value of attribute repository_count.
312 313 314 |
# File 'sig/types.rbs', line 312 def repository_count @repository_count end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def s3_bucket_arn @s3_bucket_arn end |
#status ⇒ "Active", "Deleted"
Returns the value of attribute status.
309 310 311 |
# File 'sig/types.rbs', line 309 def status @status end |