Class: Aws::Types::CreateVpcEncryptionControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3724
3725
3726
# File 'sig/types.rbs', line 3724

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3726
3727
3728
# File 'sig/types.rbs', line 3726

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3725
3726
3727
# File 'sig/types.rbs', line 3725

def vpc_id
  @vpc_id
end