Class: Aws::Types::CreateDiscovererInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiscovererInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
34 35 36 |
# File 'sig/types.rbs', line 34 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
32 33 34 |
# File 'sig/types.rbs', line 32 def description @description end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def source_arn @source_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
35 36 37 |
# File 'sig/types.rbs', line 35 def @tags end |