Class: Aws::Types::DescribeConnectionAliasesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_ids::Array[::String]

Returns the value of attribute alias_ids.

Returns:

  • (::Array[::String])


629
630
631
# File 'sig/types.rbs', line 629

def alias_ids
  @alias_ids
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


631
632
633
# File 'sig/types.rbs', line 631

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def next_token
  @next_token
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def resource_id
  @resource_id
end