Method: Aws::Imagebuilder::Types::InfrastructureConfigurationSummary#date_updated
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#date_updated ⇒ String
The date on which the infrastructure configuration was last updated.
5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5134 class InfrastructureConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :resource_tags, :tags, :instance_types, :instance_profile_name, :placement) SENSITIVE = [] include Aws::Structure end |