Class: Aws::Types::DescribeAppVersionResourceRequest

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)


505
506
507
# File 'sig/types.rbs', line 505

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def app_version
  @app_version
end

#aws_account_id ⇒ ::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def 
  @aws_account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def aws_region
  @aws_region
end

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



509
510
511
# File 'sig/types.rbs', line 509

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ ::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def physical_resource_id
  @physical_resource_id
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def resource_name
  @resource_name
end