Class: Aws::Types::DefineAnalysisSchemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DefineAnalysisSchemeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_scheme ⇒ Types::AnalysisScheme
Returns the value of attribute analysis_scheme.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#analysis_scheme ⇒ Types::AnalysisScheme
Returns the value of attribute analysis_scheme.
92 93 94 |
# File 'sig/types.rbs', line 92 def analysis_scheme @analysis_scheme end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def domain_name @domain_name end |