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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-amplify/types.rb', line 264

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