Class: Aws::Types::ListSourceAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_status"ASSOCIATING", ...

Returns the value of attribute association_status.

Returns:

  • ("ASSOCIATING", "ASSOCIATED", "FAILED", "DISASSOCIATING", "DISASSOCIATED", "SUSPENDED", "SUSPENDING", "RESTORING")


451
452
453
# File 'sig/types.rbs', line 451

def association_status
  @association_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


453
454
455
# File 'sig/types.rbs', line 453

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def next_token
  @next_token
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:

  • (::Array[::String])


448
449
450
# File 'sig/types.rbs', line 448

def resource_share_arns
  @resource_share_arns
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def source_id
  @source_id
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def source_type
  @source_type
end