Class: Aws::Deadline::Types::AssumeFleetRoleForReadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssumeFleetRoleForReadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::AwsCredentials
The credentials for the fleet role.
Instance Attribute Details
#credentials ⇒ Types::AwsCredentials
The credentials for the fleet role.
464 465 466 467 468 |
# File 'lib/aws-sdk-deadline/types.rb', line 464 class AssumeFleetRoleForReadResponse < Struct.new( :credentials) SENSITIVE = [:credentials] include Aws::Structure end |