Class: Aws::Types::CreateAggregatorV2Request

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)


5109
5110
5111
# File 'sig/types.rbs', line 5109

def client_token
  @client_token
end

#linked_regions::Array[::String]

Returns the value of attribute linked_regions.

Returns:

  • (::Array[::String])


5107
5108
5109
# File 'sig/types.rbs', line 5107

def linked_regions
  @linked_regions
end

#region_linking_mode::String

Returns the value of attribute region_linking_mode.

Returns:

  • (::String)


5106
5107
5108
# File 'sig/types.rbs', line 5106

def region_linking_mode
  @region_linking_mode
end

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

Returns the value of attribute tags.

Returns:

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


5108
5109
5110
# File 'sig/types.rbs', line 5108

def tags
  @tags
end