Class: Aws::Types::DescribeInstanceStorageConfigRequest

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)


2734
2735
2736
# File 'sig/types.rbs', line 2734

def association_id
  @association_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2733
2734
2735
# File 'sig/types.rbs', line 2733

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")


2735
2736
2737
# File 'sig/types.rbs', line 2735

def resource_type
  @resource_type
end