Class: Aws::Backup::Types::CreateFrameworkOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#framework_arnString

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-backup/types.rb', line 1813

class CreateFrameworkOutput < Struct.new(
  :framework_name,
  :framework_arn)
  SENSITIVE = []
  include Aws::Structure
end

#framework_nameString

The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-backup/types.rb', line 1813

class CreateFrameworkOutput < Struct.new(
  :framework_name,
  :framework_arn)
  SENSITIVE = []
  include Aws::Structure
end