Class: Aws::Types::ModifyCertificateBasedAuthPropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_based_auth_propertiesTypes::CertificateBasedAuthProperties

Returns the value of attribute certificate_based_auth_properties.



1129
1130
1131
# File 'sig/types.rbs', line 1129

def certificate_based_auth_properties
  @certificate_based_auth_properties
end

#properties_to_delete::Array[("CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN")]

Returns the value of attribute properties_to_delete.

Returns:

  • (::Array[("CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN")])


1130
1131
1132
# File 'sig/types.rbs', line 1130

def properties_to_delete
  @properties_to_delete
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def resource_id
  @resource_id
end