Class: Aws::Types::ListTypeVersionsInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1200
1201
1202
# File 'sig/types.rbs', line 1200

def arn
  @arn
end

#deprecated_status"LIVE", "DEPRECATED"

Returns the value of attribute deprecated_status.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def deprecated_status
  @deprecated_status
end

#max_results::Integer

Returns the value of attribute max_results.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def next_token
  @next_token
end

#publisher_id::String

Returns the value of attribute publisher_id.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def publisher_id
  @publisher_id
end

#type"RESOURCE", ...

Returns the value of attribute type.



1198
1199
1200
# File 'sig/types.rbs', line 1198

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def type_name
  @type_name
end