Class: Aws::Types::EnvironmentBlueprintSummary

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)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def provider
  @provider
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



2268
2269
2270
# File 'sig/types.rbs', line 2268

def provisioning_properties
  @provisioning_properties
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def updated_at
  @updated_at
end