Class: Aws::IoT::Types::GetPolicyVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPolicyVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output from the GetPolicyVersion operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the policy was created.
 - 
  
    
      #generation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The generation ID of the policy version.
 - 
  
    
      #is_default_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the policy version is the default.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the policy was last modified.
 - 
  
    
      #policy_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The policy ARN.
 - 
  
    
      #policy_document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON document that describes the policy.
 - 
  
    
      #policy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The policy name.
 - 
  
    
      #policy_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The policy version ID.
 
Instance Attribute Details
#creation_date ⇒ Time
The date the policy was created.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_id ⇒ String
The generation ID of the policy version.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date the policy was last modified.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_arn ⇒ String
The policy ARN.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_document ⇒ String
The JSON document that describes the policy.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_name ⇒ String
The policy name.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_version_id ⇒ String
The policy version ID.
      7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7724 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end  |