Class: Aws::AppRegistry::Types::SyncResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::SyncResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
An entity you can work with and specify with a name or ID.
-
#resource_type ⇒ String
The type of resource of which the application will be associated.
Instance Attribute Details
#resource ⇒ String
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
1309 1310 1311 1312 1313 1314 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1309 class SyncResourceRequest < Struct.new( :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource of which the application will be associated.
1309 1310 1311 1312 1313 1314 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1309 class SyncResourceRequest < Struct.new( :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |