Class: Aws::Types::CreateEnvironmentProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def 
  @aws_account_region
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def domain_identifier
  @domain_identifier
end

#environment_blueprint_identifier::String

Returns the value of attribute environment_blueprint_identifier.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def environment_blueprint_identifier
  @environment_blueprint_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def name
  @name
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def project_identifier
  @project_identifier
end

#user_parameters::Array[Types::EnvironmentParameter]

Returns the value of attribute user_parameters.

Returns:



1231
1232
1233
# File 'sig/types.rbs', line 1231

def user_parameters
  @user_parameters
end