Class: Aws::AppRegistry::Types::SyncResourceResponse

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

#action_takenString

The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1331

class SyncResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :action_taken)
  SENSITIVE = []
  include Aws::Structure
end

#application_arnString

The Amazon resource name (ARN) that specifies the application.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1331

class SyncResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :action_taken)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon resource name (ARN) that specifies the resource.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1331

class SyncResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :action_taken)
  SENSITIVE = []
  include Aws::Structure
end