Class: Aws::Types::AccessPolicySummary

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)


32
33
34
# File 'sig/types.rbs', line 32

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def description
  @description
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


33
34
35
# File 'sig/types.rbs', line 33

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def name
  @name
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def policy_version
  @policy_version
end

#type ⇒ "data"

Returns the value of attribute type.

Returns:

  • ("data")


28
29
30
# File 'sig/types.rbs', line 28

def type
  @type
end