Class: Aws::Types::TestRunPolicySnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



1770
1771
1772
# File 'sig/types.rbs', line 1770

def availability_slo
  @availability_slo
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



1773
1774
1775
# File 'sig/types.rbs', line 1773

def data_recovery
  @data_recovery
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



1771
1772
1773
# File 'sig/types.rbs', line 1771

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



1772
1773
1774
# File 'sig/types.rbs', line 1772

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def policy_arn
  @policy_arn
end