Class: Aws::Types::ChildResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def 
  @owner_account_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def resource_name
  @resource_name
end

#resource_status"CREATED", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATED", "POPULATE_STARTED", "POPULATE_SUCCESS", "POPULATE_FAILED", "DISALLOWED_BY_DATA_PROVIDER", "BASE_TABLE_REMOVED", "RETENTION_PERIOD_EXPIRED")


415
416
417
# File 'sig/types.rbs', line 415

def resource_status
  @resource_status
end

#resource_type"INTERMEDIATE_TABLE"

Returns the value of attribute resource_type.

Returns:

  • ("INTERMEDIATE_TABLE")


412
413
414
# File 'sig/types.rbs', line 412

def resource_type
  @resource_type
end