Class: Aws::Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:asset_name])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def asset_id
  @asset_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def asset_name
  @asset_name
end

#asset_type"BUILD_LOG", ...

Returns the value of attribute asset_type.

Returns:

  • ("BUILD_LOG", "QUALITY_REPORT", "POLICY_DEFINITION", "GENERATED_TEST_CASES", "POLICY_SCENARIOS", "FIDELITY_REPORT", "ASSET_MANIFEST", "SOURCE_DOCUMENT")


343
344
345
# File 'sig/types.rbs', line 343

def asset_type
  @asset_type
end