Class: Aws::Types::ACL

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#clusters ⇒ ::Array[::String]

Returns the value of attribute clusters.

Returns:

  • (::Array[::String])


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

def clusters
  @clusters
end

#minimum_engine_version ⇒ ::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


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

def minimum_engine_version
  @minimum_engine_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#pending_changes ⇒ Types::ACLPendingChanges

Returns the value of attribute pending_changes.



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

def pending_changes
  @pending_changes
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end

#user_names ⇒ ::Array[::String]

Returns the value of attribute user_names.

Returns:

  • (::Array[::String])


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

def user_names
  @user_names
end