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)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2326
2327
2328
# File 'sig/types.rbs', line 2326

def tags
  @tags
end