Class: Aws::SSM::Types::StartAccessRequestResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_request_idString

The ID of the access request.

Returns:

  • (String)


18303
18304
18305
18306
18307
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18303

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