Class: Aws::Types::PolicySummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



888
889
890
# File 'sig/types.rbs', line 888

def arn
  @arn
end

#aws_managedBoolean

Returns the value of attribute aws_managed.



892
893
894
# File 'sig/types.rbs', line 892

def aws_managed
  @aws_managed
end

#description::String

Returns the value of attribute description.



890
891
892
# File 'sig/types.rbs', line 890

def description
  @description
end

#id::String

Returns the value of attribute id.



887
888
889
# File 'sig/types.rbs', line 887

def id
  @id
end

#name::String

Returns the value of attribute name.



889
890
891
# File 'sig/types.rbs', line 889

def name
  @name
end

#type"SERVICE_CONTROL_POLICY", ...

Returns the value of attribute type.



891
892
893
# File 'sig/types.rbs', line 891

def type
  @type
end