Class: Aws::Types::CreateServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#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.
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#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.
271 272 273 |
# File 'sig/types.rbs', line 271 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
276 277 278 |
# File 'sig/types.rbs', line 276 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def certificate_arn @certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
278 279 280 |
# File 'sig/types.rbs', line 278 def dns_entry @dns_entry end |
#id ⇒ ::String
Returns the value of attribute id.
270 271 272 |
# File 'sig/types.rbs', line 270 def id @id end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
277 278 279 |
# File 'sig/types.rbs', line 277 def idle_timeout_seconds @idle_timeout_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
272 273 274 |
# File 'sig/types.rbs', line 272 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
275 276 277 |
# File 'sig/types.rbs', line 275 def status @status end |