Class: Aws::Types::DisassociateInstanceStorageConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



3082
3083
3084
# File 'sig/types.rbs', line 3082

def association_id
  @association_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



3084
3085
3086
# File 'sig/types.rbs', line 3084

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



3081
3082
3083
# File 'sig/types.rbs', line 3081

def instance_id
  @instance_id
end

#resource_type"CHAT_TRANSCRIPTS", ...

Returns the value of attribute resource_type.

Returns:



3083
3084
3085
# File 'sig/types.rbs', line 3083

def resource_type
  @resource_type
end