Class: Aws::Types::BackupSelection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsTypes::Conditions

Returns the value of attribute conditions.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def conditions
  @conditions
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def iam_role_arn
  @iam_role_arn
end

#list_of_tags::Array[Types::Condition]

Returns the value of attribute list_of_tags.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def list_of_tags
  @list_of_tags
end

#not_resources::Array[::String]

Returns the value of attribute not_resources.

Returns:

  • (::Array[::String])


162
163
164
# File 'sig/types.rbs', line 162

def not_resources
  @not_resources
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


160
161
162
# File 'sig/types.rbs', line 160

def resources
  @resources
end

#selection_name::String

Returns the value of attribute selection_name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def selection_name
  @selection_name
end