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)


8357
8358
8359
# File 'sig/types.rbs', line 8357

def certificate_arn
  @certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8359
8360
8361
# File 'sig/types.rbs', line 8359

def dry_run
  @dry_run
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


8358
8359
8360
# File 'sig/types.rbs', line 8358

def role_arn
  @role_arn
end