Class: Aws::Types::CreateSegmentSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_format"CSV", ...

Returns the value of attribute data_format.

Returns:

  • ("CSV", "JSONL", "ORC")


568
569
570
# File 'sig/types.rbs', line 568

def data_format
  @data_format
end

#destination_uri::String

Returns the value of attribute destination_uri.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def destination_uri
  @destination_uri
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def domain_name
  @domain_name
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def encryption_key
  @encryption_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def role_arn
  @role_arn
end

#segment_definition_name::String

Returns the value of attribute segment_definition_name.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def segment_definition_name
  @segment_definition_name
end