Class: Aws::Types::ListTypesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deprecated_status"LIVE", "DEPRECATED"

Returns the value of attribute deprecated_status.

Returns:



1217
1218
1219
# File 'sig/types.rbs', line 1217

def deprecated_status
  @deprecated_status
end

#filtersTypes::TypeFilters

Returns the value of attribute filters.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def next_token
  @next_token
end

#provisioning_type"NON_PROVISIONABLE", ...

Returns the value of attribute provisioning_type.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def provisioning_type
  @provisioning_type
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def type
  @type
end

#visibility"PUBLIC", "PRIVATE"

Returns the value of attribute visibility.

Returns:



1215
1216
1217
# File 'sig/types.rbs', line 1215

def visibility
  @visibility
end