Class: Aws::Types::UpdateServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceResponse
- 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.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def certificate_arn @certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def custom_domain_name @custom_domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def id @id end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def idle_timeout_seconds @idle_timeout_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def name @name end |