Class: Aws::FinSpaceData::Types::GetProgrammaticAccessCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetProgrammaticAccessCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Response for GetProgrammaticAccessCredentials operation
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the programmatic credentials.
-
#duration_in_minutes ⇒ Integer
Returns the duration in which the credentials will remain valid.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the programmatic credentials.
1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1560 class GetProgrammaticAccessCredentialsResponse < Struct.new( :credentials, :duration_in_minutes) SENSITIVE = [:credentials] include Aws::Structure end |
#duration_in_minutes ⇒ Integer
Returns the duration in which the credentials will remain valid.
1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1560 class GetProgrammaticAccessCredentialsResponse < Struct.new( :credentials, :duration_in_minutes) SENSITIVE = [:credentials] include Aws::Structure end |