Class: Aws::Amplify::Types::Backend

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

Overview

Describes the backend properties associated with an Amplify Branch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_arnString

The Amazon Resource Name (ARN) for the CloudFormation stack.

Returns:

  • (String)


264
265
266
267
268
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 264

class Backend < Struct.new(
  :stack_arn)
  SENSITIVE = []
  include Aws::Structure
end