Class: Aws::Types::CreateMembershipInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMembershipInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#default_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
Returns the value of attribute default_job_result_configuration.
-
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
Returns the value of attribute default_result_configuration.
-
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
-
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
-
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
-
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def collaboration_identifier @collaboration_identifier end |
#default_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
Returns the value of attribute default_job_result_configuration.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def default_job_result_configuration @default_job_result_configuration end |
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
Returns the value of attribute default_result_configuration.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def default_result_configuration @default_result_configuration end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def job_log_status @job_log_status end |
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def payment_configuration @payment_configuration end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def query_log_status @query_log_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def @tags end |