Class: Aws::RolesAnywhere::Types::ScalarProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ScalarProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier of the profile.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of the profile.
820 821 822 823 824 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 820 class ScalarProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |