Class: Aws::Types::CreatePackageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def arn
  @arn
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def package_id
  @package_id
end

#storage_location ⇒ Types::StorageLocation

Returns the value of attribute storage_location.



120
121
122
# File 'sig/types.rbs', line 120

def storage_location
  @storage_location
end