Class: Aws::Types::DeleteAccessPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def client_token
  @client_token
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def name
  @name
end

#type ⇒ "data"

Returns the value of attribute type.

Returns:

  • ("data")


373
374
375
# File 'sig/types.rbs', line 373

def type
  @type
end