Class: Aws::Backup::Types::CreateFrameworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateFrameworkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource.
-
#framework_name ⇒ String
The unique name of the framework.
Instance Attribute Details
#framework_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-backup/types.rb', line 1788 class CreateFrameworkOutput < Struct.new( :framework_name, :framework_arn) SENSITIVE = [] include Aws::Structure end |
#framework_name ⇒ String
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 (_).
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-backup/types.rb', line 1788 class CreateFrameworkOutput < Struct.new( :framework_name, :framework_arn) SENSITIVE = [] include Aws::Structure end |