Class: Aws::Types::MemberIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def arn
  @arn
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def region
  @region
end

#type"LOCAL", "AGGREGATOR"

Returns the value of attribute type.

Returns:

  • ("LOCAL", "AGGREGATOR")


367
368
369
# File 'sig/types.rbs', line 367

def type
  @type
end