Class: Aws::SSMQuickSetup::Types::ConfigurationSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSMQuickSetup::Types::ConfigurationSummary
 
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
Details for a Quick Setup configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account where the configuration was deployed. 
- 
  
    
      #configuration_definition_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the configuration definition. 
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The datetime stamp when the configuration was created. 
- 
  
    
      #first_class_parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The common parameters and values for the configuration definition. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A service generated identifier for the configuration. 
- 
  
    
      #manager_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the configuration manager. 
- 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services Region where the configuration was deployed. 
- 
  
    
      #status_summaries  ⇒ Array<Types::StatusSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A summary of the state of the configuration manager. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the Quick Setup configuration. 
- 
  
    
      #type_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the Quick Setup type used. 
Instance Attribute Details
#account ⇒ String
The ID of the Amazon Web Services account where the configuration was deployed.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#configuration_definition_id ⇒ String
The ID of the configuration definition.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The datetime stamp when the configuration was created.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#first_class_parameters ⇒ Hash<String,String>
The common parameters and values for the configuration definition.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
A service generated identifier for the configuration.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#manager_arn ⇒ String
The ARN of the configuration manager.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#region ⇒ String
The Amazon Web Services Region where the configuration was deployed.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#status_summaries ⇒ Array<Types::StatusSummary>
A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of the Quick Setup configuration.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end | 
#type_version ⇒ String
The version of the Quick Setup type used.
| 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | # File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 954 class ConfigurationSummary < Struct.new( :account, :configuration_definition_id, :created_at, :first_class_parameters, :id, :manager_arn, :region, :status_summaries, :type, :type_version) SENSITIVE = [] include Aws::Structure end |