Class: Aws::Types::AccessPolicyDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def description
  @description
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def name
  @name
end

#policy ⇒ Object

Returns the value of attribute policy.

Returns:

  • (Object)


16
17
18
# File 'sig/types.rbs', line 16

def policy
  @policy
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def policy_version
  @policy_version
end

#type ⇒ "data"

Returns the value of attribute type.

Returns:

  • ("data")


12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end