Class: Aws::Types::UpdateEnvironmentBlueprintOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6564
6565
6566
# File 'sig/types.rbs', line 6564

def created_at
  @created_at
end

#deployment_propertiesTypes::DeploymentProperties

Returns the value of attribute deployment_properties.



6561
6562
6563
# File 'sig/types.rbs', line 6561

def deployment_properties
  @deployment_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6558
6559
6560
# File 'sig/types.rbs', line 6558

def description
  @description
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


6563
6564
6565
# File 'sig/types.rbs', line 6563

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6556
6557
6558
# File 'sig/types.rbs', line 6556

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6557
6558
6559
# File 'sig/types.rbs', line 6557

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


6559
6560
6561
# File 'sig/types.rbs', line 6559

def provider
  @provider
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



6560
6561
6562
# File 'sig/types.rbs', line 6560

def provisioning_properties
  @provisioning_properties
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6565
6566
6567
# File 'sig/types.rbs', line 6565

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



6562
6563
6564
# File 'sig/types.rbs', line 6562

def user_parameters
  @user_parameters
end