Class: Aws::Types::CreateEnvironmentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :spec])

Instance Attribute Summary collapse

Instance Attribute Details

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def component_role_arn
  @component_role_arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def description
  @description
end

#environment_account_connection_id ⇒ ::String

Returns the value of attribute environment_account_connection_id.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def 
  @environment_account_connection_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def name
  @name
end

#proton_service_role_arn ⇒ ::String

Returns the value of attribute proton_service_role_arn.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def proton_service_role_arn
  @proton_service_role_arn
end

#provisioning_repository ⇒ Types::RepositoryBranchInput

Returns the value of attribute provisioning_repository.



189
190
191
# File 'sig/types.rbs', line 189

def provisioning_repository
  @provisioning_repository
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def spec
  @spec
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def template_name
  @template_name
end