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:



3040
3041
3042
# File 'sig/types.rbs', line 3040

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



3038
3039
3040
# File 'sig/types.rbs', line 3038

def instance_id
  @instance_id
end

#origin::String

Returns the value of attribute origin.

Returns:



3039
3040
3041
# File 'sig/types.rbs', line 3039

def origin
  @origin
end