Class: Aws::Types::CreateImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


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

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end