Class: Aws::Types::CreateApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def application_arn
  @application_arn
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def application_id
  @application_id
end

#application_version::Integer

Returns the value of attribute application_version.

Returns:

  • (::Integer)


129
130
131
# File 'sig/types.rbs', line 129

def application_version
  @application_version
end