Class: Aws::Types::ListTypesByAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def association_id
  @association_id
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


1087
1088
1089
# File 'sig/types.rbs', line 1087

def format
  @format
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def max_results
  @max_results
end

#merged_api_identifier::String

Returns the value of attribute merged_api_identifier.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def merged_api_identifier
  @merged_api_identifier
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def next_token
  @next_token
end