Class: Aws::Types::ListSolFunctionPackageInfo

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:



369
370
371
# File 'sig/types.rbs', line 369

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def id
  @id
end

#metadataTypes::ListSolFunctionPackageMetadata

Returns the value of attribute metadata.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def 
  
end

#onboarding_state"CREATED", ...

Returns the value of attribute onboarding_state.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def onboarding_state
  @onboarding_state
end

#operational_state"ENABLED", "DISABLED"

Returns the value of attribute operational_state.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def operational_state
  @operational_state
end

#usage_state"IN_USE", "NOT_IN_USE"

Returns the value of attribute usage_state.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def usage_state
  @usage_state
end

#vnf_product_name::String

Returns the value of attribute vnf_product_name.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def vnf_product_name
  @vnf_product_name
end

#vnf_provider::String

Returns the value of attribute vnf_provider.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def vnf_provider
  @vnf_provider
end

#vnfd_id::String

Returns the value of attribute vnfd_id.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def vnfd_id
  @vnfd_id
end

#vnfd_version::String

Returns the value of attribute vnfd_version.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def vnfd_version
  @vnfd_version
end