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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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)


1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1777

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)


1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1777

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