Class: Aws::Types::GetManagedEndpointSessionCredentialsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def virtual_cluster_identifier
  @virtual_cluster_identifier
end