Class: Aws::ConfigService::Types::ResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceDetails
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Returns information about the resource being evaluated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_configuration ⇒ String
The resource definition to be evaluated as per the resource configuration schema type.
-
#resource_configuration_schema_type ⇒ String
The schema type of the resource configuration.
-
#resource_id ⇒ String
A unique resource ID for an evaluation.
-
#resource_type ⇒ String
The type of resource being evaluated.
Instance Attribute Details
#resource_configuration ⇒ String
The resource definition to be evaluated as per the resource configuration schema type.
8438 8439 8440 8441 8442 8443 8444 8445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8438 class ResourceDetails < Struct.new( :resource_id, :resource_type, :resource_configuration, :resource_configuration_schema_type) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_schema_type ⇒ String
The schema type of the resource configuration.
CFN_RESOURCE_SCHEMA
, in "Amazon Web Services public
extensions" within the CloudFormation registry or with the
following CLI commmand: aws cloudformation describe-type
--type-name "AWS::S3::Bucket" --type RESOURCE
.
For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
8438 8439 8440 8441 8442 8443 8444 8445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8438 class ResourceDetails < Struct.new( :resource_id, :resource_type, :resource_configuration, :resource_configuration_schema_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
A unique resource ID for an evaluation.
8438 8439 8440 8441 8442 8443 8444 8445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8438 class ResourceDetails < Struct.new( :resource_id, :resource_type, :resource_configuration, :resource_configuration_schema_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource being evaluated.
8438 8439 8440 8441 8442 8443 8444 8445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8438 class ResourceDetails < Struct.new( :resource_id, :resource_type, :resource_configuration, :resource_configuration_schema_type) SENSITIVE = [] include Aws::Structure end |