class
Amazonite::CloudFormation::ListTypeVersionsInput
- Amazonite::CloudFormation::ListTypeVersionsInput
- Reference
- Object
Defined in:
cloudformation/list_type_versions_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : RegistryType | Nil = nil, type_name : String | Nil = nil, arn : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, deprecated_status : DeprecatedStatus | Nil = nil, publisher_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
-
#deprecated_status : DeprecatedStatus | Nil
The deprecation status of the extension versions that you want to get summary information about.
-
#deprecated_status=(deprecated_status : DeprecatedStatus | Nil)
The deprecation status of the extension versions that you want to get summary information about.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to be returned with a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to be returned with a single call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#publisher_id : String | Nil
The publisher ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The publisher ID of the extension publisher.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : RegistryType | Nil
The kind of the extension.
-
#type=(type : RegistryType | Nil)
The kind of the extension.
-
#type_name : String | Nil
The name of the extension for which you want version summary information.
-
#type_name=(type_name : String | Nil)
The name of the extension for which you want version summary information.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
-
LIVE: The extension version is registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope. -
DEPRECATED: The extension version has been deregistered and can no longer be used in CloudFormation operations.
The default is LIVE.
The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
-
LIVE: The extension version is registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope. -
DEPRECATED: The extension version has been deregistered and can no longer be used in CloudFormation operations.
The default is LIVE.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
The kind of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The kind of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.