Class: Aws::Types::CreateStreamInput

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:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def client_token
  @client_token
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def cluster_identifier
  @cluster_identifier
end

#format"JSON"

Returns the value of attribute format.

Returns:

  • ("JSON")


56
57
58
# File 'sig/types.rbs', line 56

def format
  @format
end

#ordering"UNORDERED"

Returns the value of attribute ordering.

Returns:

  • ("UNORDERED")


55
56
57
# File 'sig/types.rbs', line 55

def ordering
  @ordering
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


57
58
59
# File 'sig/types.rbs', line 57

def tags
  @tags
end

#target_definitionTypes::TargetDefinition

Returns the value of attribute target_definition.



54
55
56
# File 'sig/types.rbs', line 54

def target_definition
  @target_definition
end