Class: Aws::Types::DisassociateApprovedOriginRequest

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)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def instance_id
  @instance_id
end

#origin::String

Returns the value of attribute origin.

Returns:

  • (::String)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def origin
  @origin
end