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.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_config ⇒ Types::DnsConfig
Returns the value of attribute dns_config.
-
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
-
#health_check_custom_config ⇒ Types::HealthCheckCustomConfig
Returns the value of attribute health_check_custom_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#type ⇒ "HTTP", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
596 597 598 |
# File 'sig/types.rbs', line 596 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
605 606 607 |
# File 'sig/types.rbs', line 605 def create_date @create_date end |
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
606 607 608 |
# File 'sig/types.rbs', line 606 def created_by_account @created_by_account end |
#description ⇒ ::String
Returns the value of attribute description.
600 601 602 |
# File 'sig/types.rbs', line 600 def description @description end |
#dns_config ⇒ Types::DnsConfig
Returns the value of attribute dns_config.
602 603 604 |
# File 'sig/types.rbs', line 602 def dns_config @dns_config end |
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
603 604 605 |
# File 'sig/types.rbs', line 603 def health_check_config @health_check_config end |
#health_check_custom_config ⇒ Types::HealthCheckCustomConfig
Returns the value of attribute health_check_custom_config.
604 605 606 |
# File 'sig/types.rbs', line 604 def health_check_custom_config @health_check_custom_config end |
#id ⇒ ::String
Returns the value of attribute id.
595 596 597 |
# File 'sig/types.rbs', line 595 def id @id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
601 602 603 |
# File 'sig/types.rbs', line 601 def instance_count @instance_count end |
#name ⇒ ::String
Returns the value of attribute name.
598 599 600 |
# File 'sig/types.rbs', line 598 def name @name end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
597 598 599 |
# File 'sig/types.rbs', line 597 def resource_owner @resource_owner end |
#type ⇒ "HTTP", ...
Returns the value of attribute type.
599 600 601 |
# File 'sig/types.rbs', line 599 def type @type end |