Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def certificate_arn @certificate_arn end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def idle_timeout_seconds @idle_timeout_seconds end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def service_identifier @service_identifier end |