Module: Aws::GlueDataBrew::Client::_DescribeRulesetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRulesetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #resource_arn ⇒ ::String
- #rules ⇒ ::Array[Types::Rule]
- #tags ⇒ ::Hash[::String, ::String]
- #target_arn ⇒ ::String
Instance Method Details
#create_date ⇒ ::Time
435 |
# File 'sig/client.rbs', line 435
def create_date: () -> ::Time
|
#created_by ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def created_by: () -> ::String
|
#description ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def description: () -> ::String
|
#last_modified_by ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
438 |
# File 'sig/client.rbs', line 438
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def name: () -> ::String
|
#resource_arn ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def resource_arn: () -> ::String
|
#rules ⇒ ::Array[Types::Rule]
434 |
# File 'sig/client.rbs', line 434
def rules: () -> ::Array[Types::Rule]
|
#tags ⇒ ::Hash[::String, ::String]
440 |
# File 'sig/client.rbs', line 440
def tags: () -> ::Hash[::String, ::String]
|
#target_arn ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def target_arn: () -> ::String
|