Class: Aws::Types::LastActiveDefinition

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)


5102
5103
5104
# File 'sig/types.rbs', line 5102

def blueprint_location
  @blueprint_location
end

#blueprint_service_location::String

Returns the value of attribute blueprint_service_location.

Returns:

  • (::String)


5103
5104
5105
# File 'sig/types.rbs', line 5103

def blueprint_service_location
  @blueprint_service_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5099
5100
5101
# File 'sig/types.rbs', line 5099

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


5100
5101
5102
# File 'sig/types.rbs', line 5100

def last_modified_on
  @last_modified_on
end

#parameter_spec::String

Returns the value of attribute parameter_spec.

Returns:

  • (::String)


5101
5102
5103
# File 'sig/types.rbs', line 5101

def parameter_spec
  @parameter_spec
end