Class: Aws::Types::PublishAppVersionResponse

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)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def app_version
  @app_version
end

#identifier ⇒ ::Integer

Returns the value of attribute identifier.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def identifier
  @identifier
end

#version_name ⇒ ::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def version_name
  @version_name
end