Class: Aws::Types::CreateReplicationSetInput

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)


132
133
134
# File 'sig/types.rbs', line 132

def client_token
  @client_token
end

#regions ⇒ ::Hash[::String, Types::RegionMapInputValue]

Returns the value of attribute regions.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def regions
  @regions
end

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

Returns the value of attribute tags.

Returns:

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


134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end