Class: Aws::Types::EnvironmentProfileSummary

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)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def domain_id
  @domain_id
end

#environment_blueprint_id::String

Returns the value of attribute environment_blueprint_id.

Returns:

  • (::String)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def environment_blueprint_id
  @environment_blueprint_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def project_id
  @project_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def updated_at
  @updated_at
end