Class: Aws::Types::Version

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)


472
473
474
# File 'sig/types.rbs', line 472

def application_id
  @application_id
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def creation_time
  @creation_time
end

#parameter_definitions::Array[Types::ParameterDefinition]

Returns the value of attribute parameter_definitions.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

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")])


475
476
477
# File 'sig/types.rbs', line 475

def required_capabilities
  @required_capabilities
end

#resources_supportedBoolean

Returns the value of attribute resources_supported.

Returns:

  • (Boolean)


476
477
478
# File 'sig/types.rbs', line 476

def resources_supported
  @resources_supported
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def semantic_version
  @semantic_version
end

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def source_code_url
  @source_code_url
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def template_url
  @template_url
end