Class: Aws::Types::CreateACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acl_name ⇒ ::String

Returns the value of attribute acl_name.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def acl_name
  @acl_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def tags
  @tags
end

#user_names ⇒ ::Array[::String]

Returns the value of attribute user_names.

Returns:

  • (::Array[::String])


161
162
163
# File 'sig/types.rbs', line 161

def user_names
  @user_names
end