Class: Aws::Types::CreateManagedEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateManagedEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def certificate_arn @certificate_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
109 110 111 |
# File 'sig/types.rbs', line 109 def client_token @client_token end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
108 109 110 |
# File 'sig/types.rbs', line 108 def configuration_overrides @configuration_overrides end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
102 103 104 |
# File 'sig/types.rbs', line 102 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
105 106 107 |
# File 'sig/types.rbs', line 105 def release_label @release_label end |
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
111 112 113 |
# File 'sig/types.rbs', line 111 def session_idle_timeout_in_minutes @session_idle_timeout_in_minutes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
110 111 112 |
# File 'sig/types.rbs', line 110 def end |
#type ⇒ ::String
Returns the value of attribute type.
104 105 106 |
# File 'sig/types.rbs', line 104 def type @type end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def virtual_cluster_id @virtual_cluster_id end |