Class: Aws::Imagebuilder::Types::GetImagePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImagePolicyResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The image policy object.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#policy ⇒ String
The image policy object.
2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2813 class GetImagePolicyResponse < Struct.new( :request_id, :policy) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2813 class GetImagePolicyResponse < Struct.new( :request_id, :policy) SENSITIVE = [] include Aws::Structure end |