Class: Aws::AppRegistry::Types::SyncResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::SyncResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_taken ⇒ String
The results of the output if an application is associated with an ARN value, which could be ‘syncStarted` or None.
-
#application_arn ⇒ String
The Amazon resource name (ARN) that specifies the application.
-
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
Instance Attribute Details
#action_taken ⇒ String
The results of the output if an application is associated with an ARN value, which could be ‘syncStarted` or None.
1331 1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1331 class SyncResourceResponse < Struct.new( :application_arn, :resource_arn, :action_taken) SENSITIVE = [] include Aws::Structure end |
#application_arn ⇒ String
The Amazon resource name (ARN) that specifies the application.
1331 1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1331 class SyncResourceResponse < Struct.new( :application_arn, :resource_arn, :action_taken) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
1331 1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1331 class SyncResourceResponse < Struct.new( :application_arn, :resource_arn, :action_taken) SENSITIVE = [] include Aws::Structure end |