Class: Aws::Types::GetEnvironmentBlueprintOutput

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)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def created_at
  @created_at
end

#deployment_propertiesTypes::DeploymentProperties

Returns the value of attribute deployment_properties.



2787
2788
2789
# File 'sig/types.rbs', line 2787

def deployment_properties
  @deployment_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def description
  @description
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


2789
2790
2791
# File 'sig/types.rbs', line 2789

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def provider
  @provider
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



2786
2787
2788
# File 'sig/types.rbs', line 2786

def provisioning_properties
  @provisioning_properties
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2791
2792
2793
# File 'sig/types.rbs', line 2791

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



2788
2789
2790
# File 'sig/types.rbs', line 2788

def user_parameters
  @user_parameters
end