Class: Aws::RolesAnywhere::Types::ScalarSubjectRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subject_idString

The unique identifier of the subject.

Returns:

  • (String)


832
833
834
835
836
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 832

class ScalarSubjectRequest < Struct.new(
  :subject_id)
  SENSITIVE = []
  include Aws::Structure
end