Class: Aws::Types::CreateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "HTTP"
Returns the value of attribute type.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
56 57 58 |
# File 'sig/types.rbs', line 56 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
57 58 59 |
# File 'sig/types.rbs', line 57 def description @description end |
#dns_config ⇒ Types::DnsConfig
Returns the value of attribute dns_config.
58 59 60 |
# File 'sig/types.rbs', line 58 def dns_config @dns_config end |
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
59 60 61 |
# File 'sig/types.rbs', line 59 def health_check_config @health_check_config end |
#health_check_custom_config ⇒ Types::HealthCheckCustomConfig
Returns the value of attribute health_check_custom_config.
60 61 62 |
# File 'sig/types.rbs', line 60 def health_check_custom_config @health_check_custom_config end |
#name ⇒ ::String
Returns the value of attribute name.
54 55 56 |
# File 'sig/types.rbs', line 54 def name @name end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def namespace_id @namespace_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
61 62 63 |
# File 'sig/types.rbs', line 61 def @tags end |
#type ⇒ "HTTP"
Returns the value of attribute type.
62 63 64 |
# File 'sig/types.rbs', line 62 def type @type end |