Class: Aws::Types::CreateEnvironmentBlueprintInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def name
  @name
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def provisioning_properties
  @provisioning_properties
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def user_parameters
  @user_parameters
end