Class: Aws::Types::DisassociateEnclaveCertificateIamRoleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


8568
8569
8570
# File 'sig/types.rbs', line 8568

def certificate_arn
  @certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8570
8571
8572
# File 'sig/types.rbs', line 8570

def dry_run
  @dry_run
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


8569
8570
8571
# File 'sig/types.rbs', line 8569

def role_arn
  @role_arn
end