Module: Aws::IoTFleetWise::Client::_GetModelManifestResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetModelManifestResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


557
# File 'sig/client.rbs', line 557

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


561
# File 'sig/client.rbs', line 561

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


558
# File 'sig/client.rbs', line 558

def description: () -> ::String

#last_modification_time::Time

Returns:

  • (::Time)


562
# File 'sig/client.rbs', line 562

def last_modification_time: () -> ::Time

#name::String

Returns:

  • (::String)


556
# File 'sig/client.rbs', line 556

def name: () -> ::String

#signal_catalog_arn::String

Returns:

  • (::String)


559
# File 'sig/client.rbs', line 559

def signal_catalog_arn: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "DRAFT", "INVALID", "VALIDATING")


560
# File 'sig/client.rbs', line 560

def status: () -> ("ACTIVE" | "DRAFT" | "INVALID" | "VALIDATING")