Class: Aws::Types::CreateAccessPolicyRequest

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)


210
211
212
# File 'sig/types.rbs', line 210

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def name
  @name
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def policy
  @policy
end

#type ⇒ "data"

Returns the value of attribute type.

Returns:

  • ("data")


206
207
208
# File 'sig/types.rbs', line 206

def type
  @type
end