Class: Aws::Types::DescribePackageVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_latest_patch ⇒ Boolean

Returns the value of attribute is_latest_patch.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def is_latest_patch
  @is_latest_patch
end

#owner_account ⇒ ::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def 
  
end

#package_arn ⇒ ::String

Returns the value of attribute package_arn.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def package_arn
  @package_arn
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def package_id
  @package_id
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def package_name
  @package_name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def patch_version
  @patch_version
end

#registered_time ⇒ ::Time

Returns the value of attribute registered_time.

Returns:

  • (::Time)


341
342
343
# File 'sig/types.rbs', line 341

def registered_time
  @registered_time
end

#status ⇒ "REGISTER_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("REGISTER_PENDING", "REGISTER_COMPLETED", "FAILED", "DELETING")


342
343
344
# File 'sig/types.rbs', line 342

def status
  @status
end

#status_description ⇒ ::String

Returns the value of attribute status_description.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def status_description
  @status_description
end