Class: Aws::Types::GetManagedEndpointSessionCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetManagedEndpointSessionCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#credential_type ⇒ ::String
Returns the value of attribute credential_type.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#log_context ⇒ ::String
Returns the value of attribute log_context.
-
#virtual_cluster_identifier ⇒ ::String
Returns the value of attribute virtual_cluster_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def client_token @client_token end |
#credential_type ⇒ ::String
Returns the value of attribute credential_type.
305 306 307 |
# File 'sig/types.rbs', line 305 def credential_type @credential_type end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
306 307 308 |
# File 'sig/types.rbs', line 306 def duration_in_seconds @duration_in_seconds end |
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
302 303 304 |
# File 'sig/types.rbs', line 302 def endpoint_identifier @endpoint_identifier end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
304 305 306 |
# File 'sig/types.rbs', line 304 def execution_role_arn @execution_role_arn end |
#log_context ⇒ ::String
Returns the value of attribute log_context.
307 308 309 |
# File 'sig/types.rbs', line 307 def log_context @log_context end |
#virtual_cluster_identifier ⇒ ::String
Returns the value of attribute virtual_cluster_identifier.
303 304 305 |
# File 'sig/types.rbs', line 303 def virtual_cluster_identifier @virtual_cluster_identifier end |