Class: Aws::Types::AmiDistributionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute ami_tags.

Returns:

  • (::Hash[::String, ::String])


42
43
44
# File 'sig/types.rbs', line 42

def ami_tags
  @ami_tags
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def description
  @description
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def kms_key_id
  @kms_key_id
end

#launch_permission ⇒ Types::LaunchPermissionConfiguration

Returns the value of attribute launch_permission.



44
45
46
# File 'sig/types.rbs', line 44

def launch_permission
  @launch_permission
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def name
  @name
end

#target_account_ids ⇒ ::Array[::String]

Returns the value of attribute target_account_ids.

Returns:

  • (::Array[::String])


41
42
43
# File 'sig/types.rbs', line 41

def 
  @target_account_ids
end