Class: Aws::Types::CreateEnvironmentBlueprintOutput

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)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def created_at
  @created_at
end

#deployment_propertiesTypes::DeploymentProperties

Returns the value of attribute deployment_properties.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def deployment_properties
  @deployment_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def description
  @description
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def provider
  @provider
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



1172
1173
1174
# File 'sig/types.rbs', line 1172

def provisioning_properties
  @provisioning_properties
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



1174
1175
1176
# File 'sig/types.rbs', line 1174

def user_parameters
  @user_parameters
end