Module: Aws::Panorama::Client::_DescribePackageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePackageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #package_id ⇒ ::String
- #package_name ⇒ ::String
- #read_access_principal_arns ⇒ ::Array[::String]
- #storage_location ⇒ Types::StorageLocation
- #tags ⇒ ::Hash[::String, ::String]
- #write_access_principal_arns ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def arn: () -> ::String
|
#created_time ⇒ ::Time
355 |
# File 'sig/client.rbs', line 355
def created_time: () -> ::Time
|
#package_id ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def package_id: () -> ::String
|
#package_name ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def package_name: () -> ::String
|
#read_access_principal_arns ⇒ ::Array[::String]
358 |
# File 'sig/client.rbs', line 358
def read_access_principal_arns: () -> ::Array[::String]
|
#storage_location ⇒ Types::StorageLocation
359 |
# File 'sig/client.rbs', line 359
def storage_location: () -> Types::StorageLocation
|
#tags ⇒ ::Hash[::String, ::String]
360 |
# File 'sig/client.rbs', line 360
def tags: () -> ::Hash[::String, ::String]
|
#write_access_principal_arns ⇒ ::Array[::String]
361 |
# File 'sig/client.rbs', line 361
def write_access_principal_arns: () -> ::Array[::String]
|