Method: Aws::Backup::Types::BackupSelection#selection_name

Defined in:
lib/aws-sdk-backup/types.rb

#selection_nameString

The display name of a resource selection document. Must contain 1 to 50 alphanumeric or ‘-_.’ characters.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-backup/types.rb', line 1036

class BackupSelection < Struct.new(
  :selection_name,
  :iam_role_arn,
  :resources,
  :list_of_tags,
  :not_resources,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end