Class: Aws::Types::ServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def created_at @created_at end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def dns_entry @dns_entry end |
#id ⇒ ::String
Returns the value of attribute id.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def status @status end |