Class: Aws::AccessAnalyzer::Types::CreateAccessPreviewResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID for the access preview.

Returns:

  • (String)


920
921
922
923
924
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 920

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