Class: Aws::Types::DescribeApplicationAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def application_id
  @application_id
end

#associated_resource_types::Array[("WORKSPACE" | "BUNDLE" | "IMAGE")]

Returns the value of attribute associated_resource_types.

Returns:

  • (::Array[("WORKSPACE" | "BUNDLE" | "IMAGE")])


538
539
540
# File 'sig/types.rbs', line 538

def associated_resource_types
  @associated_resource_types
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


535
536
537
# File 'sig/types.rbs', line 535

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def next_token
  @next_token
end