class
Amazonite::CloudFormation::ListTypeRegistrationsInput
- Amazonite::CloudFormation::ListTypeRegistrationsInput
- Reference
- Object
Defined in:
cloudformation/list_type_registrations_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : RegistryType | Nil = nil, type_name : String | Nil = nil, type_arn : String | Nil = nil, registration_status_filter : RegistrationStatus | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#registration_status_filter : RegistrationStatus | Nil
The current status of the extension registration request.
-
#registration_status_filter=(registration_status_filter : RegistrationStatus | Nil)
The current status of the extension registration request.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : RegistryType | Nil
The kind of extension.
-
#type=(type : RegistryType | Nil)
The kind of extension.
-
#type_arn : String | Nil
The Amazon Resource Name (ARN) of the extension.
-
#type_arn=(type_arn : String | Nil)
The Amazon Resource Name (ARN) of the extension.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 current status of the extension registration request.
The default is IN_PROGRESS.
The current status of the extension registration request.
The default is IN_PROGRESS.
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.