Class: Aws::Types::SolutionBase

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)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def arn
  @arn
end

#aws_marketplace_solution_arn::String

Returns the value of attribute aws_marketplace_solution_arn.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def aws_marketplace_solution_arn
  @aws_marketplace_solution_arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def catalog
  @catalog
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def category
  @category
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def created_date
  @created_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def name
  @name
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Draft")


1352
1353
1354
# File 'sig/types.rbs', line 1352

def status
  @status
end