Class: Aws::Types::Blueprint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_location::String

Returns the value of attribute blueprint_location.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def blueprint_location
  @blueprint_location
end

#blueprint_service_location::String

Returns the value of attribute blueprint_service_location.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def blueprint_service_location
  @blueprint_service_location
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def error_message
  @error_message
end

#last_active_definitionTypes::LastActiveDefinition

Returns the value of attribute last_active_definition.



544
545
546
# File 'sig/types.rbs', line 544

def last_active_definition
  @last_active_definition
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


538
539
540
# File 'sig/types.rbs', line 538

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def name
  @name
end

#parameter_spec::String

Returns the value of attribute parameter_spec.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def parameter_spec
  @parameter_spec
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "FAILED")


542
543
544
# File 'sig/types.rbs', line 542

def status
  @status
end