Class: Aws::Types::UpdatePolicyRequest

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.



1977
1978
1979
# File 'sig/types.rbs', line 1977

def availability_slo
  @availability_slo
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



1980
1981
1982
# File 'sig/types.rbs', line 1980

def data_recovery
  @data_recovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def description
  @description
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



1978
1979
1980
# File 'sig/types.rbs', line 1978

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



1979
1980
1981
# File 'sig/types.rbs', line 1979

def multi_region
  @multi_region
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def policy_arn
  @policy_arn
end