Class: Aws::ResilienceHub::Types::ListAppVersionAppComponentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3412

class ListAppVersionAppComponentsResponse < Struct.new(
  :app_arn,
  :app_components,
  :app_version,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#app_componentsArray<Types::AppComponent>

Defines an Application Component.

Returns:



3412
3413
3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3412

class ListAppVersionAppComponentsResponse < Struct.new(
  :app_arn,
  :app_components,
  :app_version,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

Resilience Hub application version.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3412

class ListAppVersionAppComponentsResponse < Struct.new(
  :app_arn,
  :app_components,
  :app_version,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results, or null if there are no more results.

Returns:

  • (String)


3412
3413
3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3412

class ListAppVersionAppComponentsResponse < Struct.new(
  :app_arn,
  :app_components,
  :app_version,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end