Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#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.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#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.
539 540 541 |
# File 'sig/types.rbs', line 539 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
549 550 551 |
# File 'sig/types.rbs', line 549 def create_date @create_date end |
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
551 552 553 |
# File 'sig/types.rbs', line 551 def created_by_account @created_by_account end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
550 551 552 |
# File 'sig/types.rbs', line 550 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
543 544 545 |
# File 'sig/types.rbs', line 543 def description @description end |
#dns_config ⇒ Types::DnsConfig
Returns the value of attribute dns_config.
545 546 547 |
# File 'sig/types.rbs', line 545 def dns_config @dns_config end |
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
547 548 549 |
# File 'sig/types.rbs', line 547 def health_check_config @health_check_config end |
#health_check_custom_config ⇒ Types::HealthCheckCustomConfig
Returns the value of attribute health_check_custom_config.
548 549 550 |
# File 'sig/types.rbs', line 548 def health_check_custom_config @health_check_custom_config end |
#id ⇒ ::String
Returns the value of attribute id.
538 539 540 |
# File 'sig/types.rbs', line 538 def id @id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
544 545 546 |
# File 'sig/types.rbs', line 544 def instance_count @instance_count end |
#name ⇒ ::String
Returns the value of attribute name.
541 542 543 |
# File 'sig/types.rbs', line 541 def name @name end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
542 543 544 |
# File 'sig/types.rbs', line 542 def namespace_id @namespace_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
540 541 542 |
# File 'sig/types.rbs', line 540 def resource_owner @resource_owner end |
#type ⇒ "HTTP", ...
Returns the value of attribute type.
546 547 548 |
# File 'sig/types.rbs', line 546 def type @type end |