Class: Aws::Types::UpdateInstanceStorageConfigRequest

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:

  • (::String)


8556
8557
8558
# File 'sig/types.rbs', line 8556

def association_id
  @association_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8559
8560
8561
# File 'sig/types.rbs', line 8559

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8555
8556
8557
# File 'sig/types.rbs', line 8555

def instance_id
  @instance_id
end

#resource_type"CHAT_TRANSCRIPTS", ...

Returns the value of attribute resource_type.

Returns:

  • ("CHAT_TRANSCRIPTS", "CALL_RECORDINGS", "SCHEDULED_REPORTS", "MEDIA_STREAMS", "CONTACT_TRACE_RECORDS", "AGENT_EVENTS", "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS", "ATTACHMENTS", "CONTACT_EVALUATIONS", "SCREEN_RECORDINGS", "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS", "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", "EMAIL_MESSAGES")


8557
8558
8559
# File 'sig/types.rbs', line 8557

def resource_type
  @resource_type
end

#storage_configTypes::InstanceStorageConfig

Returns the value of attribute storage_config.



8558
8559
8560
# File 'sig/types.rbs', line 8558

def storage_config
  @storage_config
end