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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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)


820
821
822
823
824
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 820

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