Class: Aws::ServiceCatalog::Types::ResourceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ResourceChange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a resource change that will occur when a plan is executed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The change action.
-
#details ⇒ Array<Types::ResourceChangeDetail>
Information about the resource changes.
-
#logical_resource_id ⇒ String
The ID of the resource, as defined in the CloudFormation template.
-
#physical_resource_id ⇒ String
The ID of the resource, if it was already created.
-
#replacement ⇒ String
If the change type is ‘Modify`, indicates whether the existing resource is deleted and replaced with a new one.
-
#resource_type ⇒ String
The type of resource.
-
#scope ⇒ Array<String>
The change scope.
Instance Attribute Details
#action ⇒ String
The change action.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Array<Types::ResourceChangeDetail>
Information about the resource changes.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#logical_resource_id ⇒ String
The ID of the resource, as defined in the CloudFormation template.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#physical_resource_id ⇒ String
The ID of the resource, if it was already created.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#replacement ⇒ String
If the change type is ‘Modify`, indicates whether the existing resource is deleted and replaced with a new one.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ Array<String>
The change scope.
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5678 class ResourceChange < Struct.new( :action, :logical_resource_id, :physical_resource_id, :resource_type, :replacement, :scope, :details) SENSITIVE = [] include Aws::Structure end |