Class: Aws::Types::ListTypeRegistrationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def next_token
  @next_token
end

#registration_status_filter"COMPLETE", ...

Returns the value of attribute registration_status_filter.

Returns:

  • ("COMPLETE", "IN_PROGRESS", "FAILED")


1185
1186
1187
# File 'sig/types.rbs', line 1185

def registration_status_filter
  @registration_status_filter
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

  • ("RESOURCE", "MODULE", "HOOK")


1182
1183
1184
# File 'sig/types.rbs', line 1182

def type
  @type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def type_arn
  @type_arn
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def type_name
  @type_name
end