Class: Aws::Types::CreateApplicationVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def application_id
  @application_id
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def creation_time
  @creation_time
end

#parameter_definitions::Array[Types::ParameterDefinition]

Returns the value of attribute parameter_definitions.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def parameter_definitions
  @parameter_definitions
end

#required_capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]

Returns the value of attribute required_capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")])


174
175
176
# File 'sig/types.rbs', line 174

def required_capabilities
  @required_capabilities
end

#resources_supportedBoolean

Returns the value of attribute resources_supported.

Returns:

  • (Boolean)


175
176
177
# File 'sig/types.rbs', line 175

def resources_supported
  @resources_supported
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def semantic_version
  @semantic_version
end

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def source_code_url
  @source_code_url
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def template_url
  @template_url
end