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)


18279
18280
18281
18282
18283
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18279

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