Class: Aws::Types::AwsSubmission
- Inherits:
-
Object
- Object
- Aws::Types::AwsSubmission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
-
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
Instance Attribute Details
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
178 179 180 |
# File 'sig/types.rbs', line 178 def involvement_type @involvement_type end |
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
179 180 181 |
# File 'sig/types.rbs', line 179 def visibility @visibility end |