Class: Aws::AppRegistry::Types::SyncResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

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.

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1309

class SyncResourceRequest < Struct.new(
  :resource_type,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource of which the application will be associated.

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1309

class SyncResourceRequest < Struct.new(
  :resource_type,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end