Class: Aws::Types::CreateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
263 264 265 |
# File 'sig/types.rbs', line 263 def certificate_arn @certificate_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
259 260 261 |
# File 'sig/types.rbs', line 259 def client_token @client_token end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def custom_domain_name @custom_domain_name end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
265 266 267 |
# File 'sig/types.rbs', line 265 def idle_timeout_seconds @idle_timeout_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
260 261 262 |
# File 'sig/types.rbs', line 260 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
261 262 263 |
# File 'sig/types.rbs', line 261 def @tags end |