Class: Aws::Types::DescribePackageResponse

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)


314
315
316
# File 'sig/types.rbs', line 314

def arn
  @arn
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


315
316
317
# File 'sig/types.rbs', line 315

def created_time
  @created_time
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def package_id
  @package_id
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def package_name
  @package_name
end

#read_access_principal_arns ⇒ ::Array[::String]

Returns the value of attribute read_access_principal_arns.

Returns:

  • (::Array[::String])


318
319
320
# File 'sig/types.rbs', line 318

def read_access_principal_arns
  @read_access_principal_arns
end

#storage_location ⇒ Types::StorageLocation

Returns the value of attribute storage_location.



319
320
321
# File 'sig/types.rbs', line 319

def storage_location
  @storage_location
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


320
321
322
# File 'sig/types.rbs', line 320

def tags
  @tags
end

#write_access_principal_arns ⇒ ::Array[::String]

Returns the value of attribute write_access_principal_arns.

Returns:

  • (::Array[::String])


321
322
323
# File 'sig/types.rbs', line 321

def write_access_principal_arns
  @write_access_principal_arns
end