Class: Aws::Types::ListUnsupportedAppVersionResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def app_version
  @app_version
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def next_token
  @next_token
end

#resolution_id ⇒ ::String

Returns the value of attribute resolution_id.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def resolution_id
  @resolution_id
end