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)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def associated_service_count
  @associated_service_count
end

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



1003
1004
1005
# File 'sig/types.rbs', line 1003

def availability_slo
  @availability_slo
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def created_at
  @created_at
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



1006
1007
1008
# File 'sig/types.rbs', line 1006

def data_recovery
  @data_recovery
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



1004
1005
1006
# File 'sig/types.rbs', line 1004

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def updated_at
  @updated_at
end