Class: Aws::Imagebuilder::Types::PutImagePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_arnString

The Amazon Resource Name (ARN) of the image that this policy was applied to.

Returns:

  • (String)


6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6967

class PutImagePolicyResponse < Struct.new(
  :request_id,
  :image_arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6967

class PutImagePolicyResponse < Struct.new(
  :request_id,
  :image_arn)
  SENSITIVE = []
  include Aws::Structure
end