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)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def associated_service_count
  @associated_service_count
end

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def availability_slo
  @availability_slo
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def created_at
  @created_at
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



1041
1042
1043
# File 'sig/types.rbs', line 1041

def data_recovery
  @data_recovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def kms_key_id
  @kms_key_id
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



1039
1040
1041
# File 'sig/types.rbs', line 1039

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



1040
1041
1042
# File 'sig/types.rbs', line 1040

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def policy_arn
  @policy_arn
end

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

Returns the value of attribute tags.

Returns:

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


1043
1044
1045
# File 'sig/types.rbs', line 1043

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def updated_at
  @updated_at
end