Class: Aws::Types::PolicySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_service_count::Integer

Returns the value of attribute associated_service_count.

Returns:

  • (::Integer)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def associated_service_count
  @associated_service_count
end

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



1053
1054
1055
# File 'sig/types.rbs', line 1053

def availability_slo
  @availability_slo
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def created_at
  @created_at
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def data_recovery
  @data_recovery
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



1054
1055
1056
# File 'sig/types.rbs', line 1054

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



1055
1056
1057
# File 'sig/types.rbs', line 1055

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def updated_at
  @updated_at
end