Class: Aws::Types::PromotePermissionCreatedFromPolicyRequest

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)


510
511
512
# File 'sig/types.rbs', line 510

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def name
  @name
end

#permission_arn::String

Returns the value of attribute permission_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def permission_arn
  @permission_arn
end