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)


667
668
669
# File 'sig/types.rbs', line 667

def certificate_arn
  @certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


669
670
671
# File 'sig/types.rbs', line 669

def dry_run
  @dry_run
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def role_arn
  @role_arn
end