Class: Aws::Types::AssociateEnclaveCertificateIamRoleRequest

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)


581
582
583
# File 'sig/types.rbs', line 581

def certificate_arn
  @certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


583
584
585
# File 'sig/types.rbs', line 583

def dry_run
  @dry_run
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def role_arn
  @role_arn
end