Class: Aws::Types::PolicyInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_to::Array[Types::AttachedTo]

Returns the value of attribute attached_to.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def attached_to
  @attached_to
end

#inlineBoolean

Returns the value of attribute inline.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def inline
  @inline
end

#type"IDENTITY_BASED_POLICY", ...

Returns the value of attribute type.

Returns:

  • ("IDENTITY_BASED_POLICY", "RESOURCE_BASED_POLICY", "PERMISSIONS_BOUNDARY", "SESSION_POLICY", "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "VPC_ENDPOINT_POLICY")


62
63
64
# File 'sig/types.rbs', line 62

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def uri
  @uri
end