Class: Aws::Types::ListTypesByAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTypesByAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def association_id @association_id end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def format @format end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def next_token @next_token end |