Class: Aws::Types::GetManagedEndpointSessionCredentialsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def credentials
  @credentials
end

#endpoint_credentialsTypes::Credentials

Returns the value of attribute endpoint_credentials.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def endpoint_credentials
  @endpoint_credentials
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


316
317
318
# File 'sig/types.rbs', line 316

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def id
  @id
end