Class: Aws::Types::Policy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_service_count::Integer

Returns the value of attribute associated_service_count.

Returns:

  • (::Integer)


994
995
996
# File 'sig/types.rbs', line 994

def associated_service_count
  @associated_service_count
end

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



988
989
990
# File 'sig/types.rbs', line 988

def availability_slo
  @availability_slo
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


995
996
997
# File 'sig/types.rbs', line 995

def created_at
  @created_at
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



991
992
993
# File 'sig/types.rbs', line 991

def data_recovery
  @data_recovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def kms_key_id
  @kms_key_id
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



989
990
991
# File 'sig/types.rbs', line 989

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



990
991
992
# File 'sig/types.rbs', line 990

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def policy_arn
  @policy_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


993
994
995
# File 'sig/types.rbs', line 993

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


996
997
998
# File 'sig/types.rbs', line 996

def updated_at
  @updated_at
end